home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fresh Fonts 2
/
Danny Amor's Fresh Fonts 2 (GTI - Schatztruhe)(1995).iso
/
AssignAllFonts
next >
Wrap
Text File
|
1995-02-07
|
1KB
|
42 lines
; This script assigns ALL Fonts for ALL Programs!
; If you don't want so many ASSIGNS then please choose the
; appropriate ASSIGNMENT in the programs directory
echo "Assigning all fonts and directories in order to"
echo "use all Amiga programs directly from CD-ROM!*N"
echo "Assigning PasTeX!*N"
; QuickInstall for PasTeX
Version >NIL: Version 37
IF WARN
echo "You need at least OS 2.0 to run this installation!"
ELSE
echo "Set the TeX: PKVol: and MF: assignment."
assign TeX: :Programs/Amiga/PasTeX
assign PKVol: TeX:pk TeX:pk/180x180 TeX:pk/300x300 TeX:pk/360x360 TeX:pk/600x600 TeX:pk/204x196
assign MF: TeX:mf
assign REXX: TeX:rexx add
assign LIBS: TeX:libs add
path TeX:bin MF:bin add
ENDIF
; End of QuickInstall for PasTeX
; This script assigns all Japanese fonts!
echo "Assigning JMore!*N"
ASSIGN >NIL: JFonts: :Programs/Amiga/JMore/Fonts ADD
ASSIGN >NIL: Fonts: :Programs/Amiga/JMore/Fonts ADD
run >NIL: <NIL: :Programs/Amiga/JMore/JFontSys
; End of JMore
echo "Finished!"
; Set Path for MuchMore!
Path :c add
; End of script